home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / pc_vt100.zip / README.V10 < prev    next >
Text File  |  1990-01-01  |  12KB  |  281 lines

  1.         Mark C. DiVecchio
  2.          Athena Systems Development Group
  3.  
  4. PC-VT Version 10.0                                  January 6, 1990
  5.  
  6. ===========================================================================
  7.  
  8.     Notes on Version 10.00 of PC-VT
  9.  
  10. The underlying functionality of PC-VT has not changed so the manual has
  11. not changed. What has been added are the features most requested by
  12. the users of PC-VT over the past year.
  13.  
  14. We feel that this version of PC-VT is easier to use and more accurately
  15. emulates the VT and 401x series of terminals.
  16.  
  17. ===========================================================================
  18.  
  19. Installation Instructions :
  20.  
  21. If you are a new user of PC-VT, just copy all of the files from the root
  22. directory of the diskette to either a working diskette or to your hard
  23. disk. If you are copying it to your hard disk, make sure that the
  24. directory you install it into is in the 'path=' environment variable.
  25.  
  26. We usually install PC-VT in a subdirectory '/pc-vt' and then add the
  27. following two lines to our autoexec.bat
  28.  
  29. path <original path>;c:\pc-vt
  30. set pc-vt=c:\pc-vt
  31.  
  32. If you have been using PC-VT Professional version 1.00, then copy only
  33. PC-VT.EXE, HELP.DAT, UTIL.EXE, and DSZ.COM to your already existing
  34. PC-VT directory ( remember, you have get the UTIL.EXE program from the
  35. utility subdirectory and unarchive it with ARCE). Then run UTIL to
  36. take your existing 10 entry dialing directory and enlarge it to 100
  37. entries. See the section on enhanced features to learn more about the
  38. 100 entry dialing directory.
  39.  
  40. If you have been using PC-VT User Supported Software version 9.0d, then
  41. copy only PC-VT.EXE, HELP.DAT, PARAMS.DAT, DIALER.DAT, MACRO.DAT,
  42. UTIL.EXE, and DSZ.COM to your already existing PC-VT directory. You will
  43. have to manually reconstruct your Dialer Directory.
  44.  
  45. ===========================================================================
  46.  
  47. Enhanced features of PC-VT version 10.0 :
  48.  
  49. ===========================================================================
  50.  
  51. The dialer has been enlarged to 100 entries. Now in the dialer frame,
  52. the PgUp and PgDn keys will page through the 100 entries, 10 per screen.
  53. If you have version 1.0 of PC-VT, there is a program named UTIL.EXE
  54. which will take your dialer and add 90 more blank entries to it without
  55. changing the first 10. If you use the /dnnn option to dial from the
  56. command line, nnn can be a host number from 1 to 100.
  57.  
  58. Use the <PgUp> and <PgDn> keys to page through the dialer. For automatic
  59. command line dialing, the first entry is host 1 and the last entry is
  60. host 100. Each pages displays the host number of the first host shown on
  61. that page.
  62.  
  63. ===========================================================================
  64.  
  65. ZMODEM and YMODEM are now supported using the external DSZ program from
  66. Omen Technology, Inc. We are including a copy of the DSZ program on the
  67. diskette as a service. We are in no way affiliated with Omen Technology.
  68. DSZ is a User Supported Program. We encourage you read the DSZ
  69. documentation file to find out about the program. PC-VT automatically
  70. calls the DSZ program when you select either ZMODEM or YMODEM protocol.
  71.  
  72. PC-VT does this by forking off the DSZ.COM program which is on the
  73. distribution diskette, in the archive DSZ.ARC in the DSZ subdirectory.
  74. YMODEM is selected by the '=y' option and ZMODEM is selected by the '=z'
  75. option. The old ASCII CTRL-Z file transfer method is now selected with
  76. '=Z'.
  77.  
  78. You can select a default file transfer protocol on the SETUP B frame.
  79. If ZMODEM is selected, when you do a file receive, <CTRL><F3>, the popup
  80. to ask for the local filename is bypassed since ZMODEM protocol requires
  81. that the sending computer include the name of the file. This means that
  82. the name of the file will not change when receiving a file from a remote
  83. computer.
  84.  
  85. Conversely, when you send a file, the receiving computer on the other
  86. end, will not ask you for a file name. Rather, when you press <CTRL><F4>
  87. on the PC, PC-VT will ask you for the name of file on the PC which you
  88. want to upload and that filename will be passed to ZMODEM.
  89.  
  90. ===========================================================================
  91.  
  92. PC-VT Supports COM3 and COM4 for serial communications
  93.  
  94.     This is selectable via the same feature selection item on the
  95. SETUP B frame as in older versions of the program.
  96.  
  97.     The SETUP frame will show a number 0 through 3 and the COM name
  98. shown just above that will show the actual value of the serial port
  99. which is selected.
  100.  
  101.     To use COM3 or COM4, your version of DOS must support these
  102. devices with these interrupt numbers and port addresses :
  103.  
  104. PORT    IRQ    ADDR    interrupt
  105.             vector
  106. ----------------------------
  107. 1    4    3F8    0C    ; standard COM1
  108. 2    3    2F8    0B    ; standard COM2
  109. 3    4    3E8    0C    ; new COM3
  110. 4    3    2E8    0B    ; new COM4
  111.  
  112. ===========================================================================
  113.  
  114. The printer escape sequences are handled more like a VT terminal.
  115. Sequences received while the local printer is enabled, will be sent to
  116. the printer. This will permit you to include printer control escape
  117. sequences in the information sent from the host computer to your local
  118. printer.
  119.  
  120. ===========================================================================
  121.  
  122. In the SETUP B frame the 's' key now performs the "STORE SETUP DATA to
  123. USER MEMORY" just like the 's' key in the SETUP A frame.
  124.  
  125. ===========================================================================
  126.  
  127. You can move from the Dialing Directory to the SETUP A frame by pressing
  128. <CTRL><F1> in the Dialing Directory. Pressing <Esc> in the SETUP frame
  129. will return you to the Dialing Directory. Pressing <Esc> again will
  130. return you to the communication frame.
  131.  
  132. ===========================================================================
  133.  
  134. A shortcut has been added to the selection of the communications port.
  135. In the SETUP B frame the 'c' key now toggles the COM port selected. This
  136. works just like toggling the feature bit on the bottom of the screen but
  137. is easier to do.
  138.  
  139. ===========================================================================
  140.  
  141. For those with unusual requirements, PC-VT can use a communications port
  142. just as it finds it without changing the baud rate or data bits. Select
  143. this in the SETUP B frame as a baud rate selection of "INIT". This option
  144. replaced the old 110 baud setting which is no longer supported.
  145.  
  146. ===========================================================================
  147.  
  148. PC-VT does a better job of emulating the escape sequences to the local
  149. printer. Previously, escape sequences where filtered out before
  150. characters were sent to the printer. Now they are handled like the VT100
  151. and passed on to the printer.
  152.  
  153. Technically, once print_only is turned on,
  154.  
  155.     1. all escape sequences go to printer and are not acted upon by
  156. the emulator
  157.  
  158.     2. except <ESC>[4i which turns off printer only mode.
  159.  
  160. ===========================================================================
  161.  
  162. PC-VT now handles LPT1 through LPT4 and COM1 through COM4 for the
  163. printer port.
  164.  
  165. This is selectable via the same feature selection item on the SETUP B
  166. frame as in older versions of the program. Be sure that you don't select
  167. the same COM port as PC-VT is using for Host communications.
  168.  
  169. The SETUP frame will show a number 0 through 7 and the printer name
  170. shown just above that will show the actual name of the printer which is
  171. selected for output.
  172.  
  173. To use LPT3, LPT4, COM3 or COM4, your version of DOS must support these
  174. devices.
  175.  
  176. If you want to use one of the COM ports for a printer, the DOS MODE
  177. command must be executed before running PC-VT to initialize the port
  178. parameters. This is normal operations for systems using a serial
  179. printer.
  180.  
  181. For example :
  182.  
  183.     mode com2:96,n,8,1,p
  184.  
  185. Most users of serial printer already have this command in their
  186. autoexec.bat file. Check your DOS manual for instructions on how to use
  187. this command.
  188.  
  189. The printer port is saved with each phone number so that if you add
  190. another host, be sure to change the printer port to the one you want.
  191.  
  192. PC-VT polls the serial printer continuously jus